temporary storage - translation to russian
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

temporary storage - translation to russian

Temporary storage variable

temporary storage      

строительное дело

русловое регулирование стока

temporary storage      
русловое регулирование стока
temporary storage      
временное хранение (данных)

Definition

main memory
<storage, architecture> The storage device used by a computer to hold the currently executing program and its working data. A modern computer's main memory is built from random-access memory integrated circuits. In the old days ferrite core memory was one popular form of main memory, leading to the use of the term "core" for main memory. Computers have several other sorts of memory, distinguished by their access time, storage capicity, cost, and the typical lifetime or rate of change of the data they hold. Registers in the CPU are fast, few, expensive and typically change every few machine instructions. Other kinds are cache, PROM, magnetic disk (which may be used for {virtual memory}) and magnetic tape. (1996-11-04)

Wikipedia

Temporary variable

In computer programming, a temporary variable is a variable with short lifetime, usually to hold data that will soon be discarded, or before it can be placed at a more permanent memory location. Because it is short-lived, it is usually declared as a local variable, i.e., a variable with local scope. There is no formal definition of what makes a variable temporary, but it is an often-used term in programming.

A typical example would be that of swapping the contents of two variables. Temporary variables, along with XOR swaps and arithmetic operators, are one of three main ways to exchange the contents of two variables. To swap the contents of variables "a" and "b" one would typically use a temporary variable temp as follows, so as to preserve the data from a as it is being overwritten by b:

 temp := a
 a := b
 b := temp

Temporary variables are usually named with identifiers that abbreviate the word temporary, such as temp, tmp or simply t, or with common metasyntactic variable names, the most common of which are foo, bar, baz (see also foobar).


Computer hardware is designed to exploit the behaviour of temporary data: a cache or register file may contain temporaries internally to a microprocessor, such that they never need to be committed to main memory (hence consuming no external memory bandwidth).

Examples of use of temporary storage
1. The Senate also repelled a House effort to establish temporary storage sites as a backup to Yucca Mountain.
2. It can take weeks to move a vast collection of silver tea sets, flatware and ordinary Tupperware into temporary storage.
3. The Senate also rebuffed a House effort to establish temporary storage sites as a backup to Yucca Mountain.
4. The industry‘s toxic legacy has been sitting around in temporary storage waiting for someone to decide what to do with it.
5. One industry group has sought to build a temporary storage site on the land of the Skull Valley Goshute tribe in Utah, but this proposal has been bitterly opposed, including by states through which the waste would have to pass.
What is the Russian for temporary storage? Translation of &#39temporary storage&#39 to Russian